Windows build tweaks.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 1 Jul 2006 22:51:47 +0000 (22:51 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 1 Jul 2006 22:51:47 +0000 (22:51 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2191 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/Makefile.in

index e8163eeedc6eeaac2492c36cbdc3ee082a2e817d..2269f93e854c4f253aa24d299b5015368543ad78 100644 (file)
@@ -192,8 +192,7 @@ release-winbuild:
        rm -fr /tmp/gpsbabel-$(VERSIOND)-cross
        cp -a gpsbabel-$(VERSIOND) /tmp/gpsbabel-$(VERSIOND)-cross
        cd /tmp/gpsbabel-$(VERSIOND)-cross ; \
-         LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make mingw32-cross-build && make \
-       
+         CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make 
          zip -j /tmp/gpsbabel-$(VERSIOND).zip $(WINFILES)
 
 release-upload: